home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HPAVC
/
HPAVC CD-ROM.iso
/
TS-DOWN.ZIP
/
DOWNLOAD.PPE
(
.txt
)
< prev
next >
Wrap
PCBoard Programming Language Executable
|
1996-11-03
|
2KB
|
139 lines
;------------------------------------------------------------------------------
; .ss.
; `²²'
; .,sS$Ss,,s$ .,sS$$$Ss. .,sS$Ss,,s$ .ss. .sSs.
; .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
; $$$' .$$$' $$$²Sçsµ²' .$$$' .$$$'.$$$' .$$$' `$$b.
; $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$' ;$$$
; `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
; .sS²°$$$²²°"' d²°'
; .$$² .$$'
; $$$.,d$$'
; `²S$$S²'
;------------------------------------------------------------------------------
; P.P.L.X. 2.OO (C)1996 - Lone Runner / AEGiS CoRP'96
;------------------------------------------------------------------------------
; PPE 3.1O (Encryption type I) - Analysis ON - Postprocessing ON
;------------------------------------------------------------------------------
Integer TINTEGER001(2)
Integer INTEGER002
String STRING001
String STRING002
String STRING003
String STRING004
;------------------------------------------------------------------------------
Cls
Delete PPEPath() + "DOWNLOAD.TMP"
DispFile PPEPath() + "DOWNLOAD.PCB", 1
AnsiPos 65, 10
Print "@X08>-OVERLORD-<"
STRING001 = PCBMac("@FBYTES@")
STRING001 = Strip(STRING001, ",")
TINTEGER001(1) = STRING001
TINTEGER001(1) = TINTEGER001(1) / 1000
INTEGER002 = Carrier()
INTEGER002 = INTEGER002 / 10000
INTEGER002 = INTEGER002 * 60
TINTEGER001(2) = TINTEGER001(1) / INTEGER002
STRING001 = TINTEGER001(2)
STRING002 = FlagCnt()
AnsiPos 28, 6
Print "@X02" + STRING001 + " Minutes@POS:53@"
AnsiPos 28, 5
Print "@X02" + STRING002 + " File(s)@POS:53@"
AnsiPos 1, 11
STRING004 = "AaPpEeLl" + Chr(13)
AnsiPos 76, 9
InputStr "@X08_", STRING003, 15, 1, STRING004, 0
If (STRING003 == "A") Goto LABEL004
If (STRING003 == "a") Goto LABEL004
If (STRING003 == "P") Goto LABEL003
If (STRING003 == "p") Goto LABEL003
If (STRING003 == "E") Goto LABEL002
If (STRING003 == "e") Goto LABEL002
If (STRING003 == "L") Goto LABEL001
If (STRING003 == "l") Goto LABEL001
FCreate 1, PPEPath() + "DOWNLOAD.TMP", 2, 0
FPutLn 1, "N"
FClose 1
Cls
End
:LABEL001
FCreate 1, PPEPath() + "DOWNLOAD.TMP", 2, 0
FPutLn 1, "L"
FClose 1
Cls
End
:LABEL002
FCreate 1, PPEPath() + "DOWNLOAD.TMP", 2, 0
FPutLn 1, "E"
FClose 1
Cls
End
:LABEL003
FCreate 1, PPEPath() + "DOWNLOAD.TMP", 2, 0
FPutLn 1, "P"
FClose 1
Cls
End
:LABEL004
FCreate 1, PPEPath() + "DOWNLOAD.TMP", 2, 0
FPutLn 1, "A"
FClose 1
Cls
End
;------------------------------------------------------------------------------
;
; Usage report (before postprocessing)
;
; ■ Statements used :
;
; 5 End
; 6 Cls
; 10 Goto
; 11 Let
; 3 Print
; 8 If
; 1 DispFile
; 5 FCreate
; 5 FClose
; 5 FPutLn
; 1 Delete
; 1 InputStr
; 5 AnsiPos
;
;
; ■ Functions used :
;
; 1 *
; 3 /
; 12 +
; 8 ==
; 1 Chr()
; 1 Strip()
; 7 PPEPath()
; 1 Carrier()
; 1 FlagCnt()
; 1 PCBMac()
;
;------------------------------------------------------------------------------
;
; Analysis flags : No flag
;
;------------------------------------------------------------------------------
;
; Postprocessing report
;
; 0 For/Next
; 0 While/EndWhile
; 0 If/Then or If/Then/Else
; 0 Select Case
;
;------------------------------------------------------------------------------
; AEGiS Corp - Break the routines, code against the machines!
;------------------------------------------------------------------------------